home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 1
/
PC World Interactive 1 - Nisan 1997.iso
/
prog
/
masa
/
2
/
readme.mfc
< prev
next >
Wrap
Text File
|
1996-09-20
|
832b
|
17 lines
This is the C++/MFC version of the AppBar source code.
Compile the source with VC v4.x with "m". Don't forget to run
VCVARS32.BAT if you haven't already. Otherwise, cl will complain
about not being able to find "afxwin.h".
The Makefile has one setting that allows you to change how Appbar
is built: you can link AppBar either statically or dynamically.
If it is linked dynamically then it will require MFC4x.DLL and
MSVCRT4x.DLL to run (where x is the minor release number of VC) but
it will only be 40k. If you link it statically, it will be about
150k but require no extra DLLs. Personally, I prefer the static
version because I think it ultimately uses less memory than the
dynamic version. If this is a big concern to you though, you
should compile the C version, which is a 64k stand-alone executable.